net/http.http2clientStream.reqBody (field)

8 uses

	net/http (current package)
		h2_bundle.go#L7889: 	reqBody              io.ReadCloser
		h2_bundle.go#L7931: 	if cs.reqBody != nil {
		h2_bundle.go#L7945: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7959: 		cs.reqBody.Close()
		h2_bundle.go#L8777: 		reqBody:              req.Body,
		h2_bundle.go#L9123: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L9131: 		cs.reqBody.Close()
		h2_bundle.go#L9322: 	body := cs.reqBody